home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / QuickTime / QuickTime Tools / DrawTextCodec Example / Read Me < prev   
Encoding:
Text File  |  1992-06-12  |  1.2 KB  |  34 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3. This is an example of the fun you can have writing codecs. This is a QuickTime codec ( with sources ) for compressing black and white pictures into the glyphs of your favourite font. 
  4.  
  5. It shows you how simple a codec can be, and how to do source level debugging of a codec with Think C, and how to build a codec from MPW.
  6.  
  7.  
  8. The files included are:
  9.  
  10.  
  11. CodecTestMain.c  -  a simple application for trying out codecs with still images
  12.  
  13. DrawTextComponent.c    - the component wrapper for the drawtext codec
  14.  
  15. DrawTextCompress.c - the compressor part of the codec
  16.  
  17. DrawTextDecompress.c - the decompressor part of the codec
  18.  
  19. DrawTextCodec.h    -  include file for codec
  20.  
  21. DrawTextCodec.r    - rez description file for making the codec
  22.  
  23. DrawTextCodec.make - MPW Makefile for building the codec
  24.  
  25. DrawTextCodec - the built codec file - drop in your system folder and reboot ( or see reinstaller below ) 
  26.  
  27. CourierCodec - CodecTestMain application with built-in codec ( installed by app ) just double click and see what the codec can do.
  28.  
  29. DrawTextCodecÏ€ - Think C 5.0 Project for CourierCodec application - use this to see how to do source level debugging of codecs
  30.  
  31. Reinstaller - Application which lets you reinstall codecs ( and other components ) without rebooting
  32.  
  33.  
  34.